func net/http.shouldCopyHeaderOnRedirect

2 uses

	net/http (current package)
		client.go#L686: 				if !shouldCopyHeaderOnRedirect(reqs[0].URL, req.URL) {
		client.go#L988: func shouldCopyHeaderOnRedirect(initial, dest *url.URL) bool {